home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / BC5 / EXAMPLES / SERIES / OUTPUT / readme.txt
Text File  |  1997-03-25  |  938b  |  27 lines

  1. OUTPUT - SIMPLE
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10. PURPOSE:
  11.     Shows the use of two fundamental text drawing apis and several
  12.     of the line and shape drawing apis.
  13.  
  14. USES:
  15.     Based directly on Simple
  16.  
  17. COMMENTS:
  18.  
  19.  
  20. MODULE MAP:
  21.     WinMain - Calls initialization functions and processes the message loop
  22.               **OUTPUT** Added call to FreeOutput to destroy gdi objects
  23.                     created during instance initialization.
  24.     Output  - Implements the windows procedure for the main application window
  25.     Init    - Performs application and instance specific initialization
  26.               **OUTPUT** Added call InitOutput to create gdi objects
  27.